translator
Double-click
Select to translate
Skip to content
    Selection deleted
    <h3 class="text-xl font-bold mb-2">School Grade Program</h3>
    <div class="border p-4 mb-4">
    <p>
    This Python program calculates the average marks and assigns a grade based on the USIU grading system.
    </p>
    <h2>USIU Grading System</h2>
    <ul>
    <li>90 - 100: A</li>
    <li>70 - 89: B</li>
    <li>65 - 69: C</li>
    <li>50 - 64: D</li>
    <li>0 - 49: F</li>
    </ul>
    <h2>Functionalities</h2>
    <ul>
    <li>Calculates grade based on average marks.</li>
    <li>Handles invalid marks inputs.</li>
    <li>Allows termination of the program.</li>
    </ul>
    <h2>Usage</h2>
    <p>
    The program prompts the user to enter marks for subjects, calculates the average, determines the grade,
    and
    offers the option to terminate.
    </p>
    <h2>Sample Output</h2>
    <p>
    Average marks: 75.50<br>
    Grade: B
    </p>
    </div>
    <script>
    // JavaScript can be added here for additional interactivity or functionality
    </script>
    <button onclick="window.location.href='https://www.programiz.com/python-programming/online-compiler/'"
    class="mt-2 bg-blue-500 text-white px-4 py-2 rounded hover:bg-blue-700">View Code</button>
    </div>

    <!-- Login Interface -->
    <div class="border p-4 mb-4">
    <h3 class="text-xl font-bold mb-2">Login Interface</h3>
    <p>A simple login interface implemented using HTML, CSS, and JavaScript.</p>
    <p>
    This Flask application provides a secure login interface with user registration, email verification,
    password
    hashing, OTP (One-Time Password) verification, and account deactivation features.
    </p>
    <h2>Features</h2>
    <ul>
    <li>User Registration: Users can register by providing a valid email and password.</li>
    <li>Email Verification: Accounts require email verification to activate.</li>
    External page
    Could not connect to the reCAPTCHA service. Please check your internet connection and reload to get a reCAPTCHA challenge.